home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / crc113.zip / WRITE.H < prev   
Text File  |  1990-01-02  |  152b  |  10 lines

  1. void wrchar(int ch);
  2.  
  3. void wr_char_rep(char ch, int cnt);
  4.  
  5. void wrstr(char *s);
  6.  
  7. void wrhex(unsigned int v);
  8.  
  9. void wrlnghex(unsigned long v);
  10.